home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pcwrite3.arc / PCWMOUSE.MSC < prev    next >
Text File  |  1986-04-01  |  5KB  |  160 lines

  1. ;
  2. ;    PC-Write Pop-up Menu Configuration
  3. ;
  4. Comment   ("Configured for PC-Write  (special thanks to Bruce Gregory)")
  5. Comment   ("")
  6. Comment   ("Modified for Version 2.6 (by Don Teiser on 2/26/86)")
  7.  
  8. ;    Parameters
  9. ;
  10. Sensitivity    (4,6)              ; (Xinc, Yinc)
  11. Hysteresis     (2,2)              ; (AutoX, AutoY)
  12. ReverseVideo   (Yes)              ; Menu is displayed in reverse video.
  13. FixedMenu      (No)               ; Menu is not in a fixed position.
  14. EnableBeep     (No)               ; Allows menu switching rather than beeping.
  15. ExitMenu       ("Exit This Menu") ; Instead of "Exit Pop-up" as exit string.
  16. ;
  17. ;    Cursor Definitions
  18. ;
  19. ArrowKeys: Cursor
  20. (
  21.      Left      ([Left])
  22.      Right     ([Right])
  23.      Up        ([Up])
  24.      Down      ([Down])
  25. )
  26.  
  27. ;
  28. ;    Button Definitions
  29. ;
  30. LBM: Button(Menu(Mark))       ;Left button, Mark Menu
  31. LBP: Button(Menu(Page))       ;Left button, Page Menu
  32. MBE: Button(Menu(Edit))       ;Middle button, Edit Menu
  33. MBF: Button(Menu(File))       ;Middle button, File Menu
  34. RBJ: Button(Menu(Jump))       ;Right button, Jump Menu
  35. RBS: Button(Menu(Search))     ;Right button, Search Menu
  36. ;
  37. ;     Menu Definitions
  38. ;
  39. Mark: Menu
  40. (
  41. Title("MARK")
  42. Item ("(To Page Menu)",       Menu(Page), Button(LBP))
  43. Item ()
  44. Item ("Clear Marks",          Keys([F5]))
  45. Item ()
  46. Item ("Mark",                 Keys([F6]))
  47. Item ("Delete",               Keys([F4]))
  48. Item ("Move  ",               Keys([F6] [F5]))
  49. Item ("Copy  ",               Keys([F3] [F5]))
  50. Item ()
  51. Item ("Mark All",             Keys([c-F5]))
  52. Item ("Copy to File",         Keys([c-F6]))
  53. Item ("Un-Delete",            Keys([c-F4] [F5]))
  54. Item ()
  55. )
  56. ;
  57. Page: Menu
  58. (
  59. Title("PAGE")
  60. Item ("(To Mark Menu)",      Menu(Mark), Button(LBM))
  61. Item ()
  62. Item ("Left  Margin",         Keys([c-[]))
  63. Item ("Right Margin",         Keys([c-]]))
  64. Item ()
  65. Item ("Ruler Line",           Keys([F2]))
  66. Item ("Load Ruler",           Keys([F2] [F6]))
  67. Item ()
  68. Item ("Break Pages",          Keys([a-F7]))
  69. Item ("Location?  ",          Keys([a-F9]))
  70. Item ()
  71. )
  72. ;                    
  73. Edit: Menu
  74. (
  75. Title("EDIT")
  76. Item ("(To File Menu)",       Menu(File), Button(MBF))
  77. Item ()
  78. Item ("Push/Overwr",          Keys([c-V]))
  79. Item ("Reformat   ",          Keys([F7]))
  80. Item ("Reformat+/-",          Keys([s-F7]))
  81. Item ("Upper/Lower",          Keys([F8]))
  82. Item ("UPPER ONLY ",          Keys([a-F8]))
  83. Item ("Center Line",          Keys([s-F8]))
  84. Item ()
  85. Item ("Del Word <-",          Keys([F4] [c-left] [F4]))
  86. Item ("Del Word ->",          Keys([F4] [c-right] [F4]))
  87. Item ("Del Line End",         Keys([F4] [end] [F4]))
  88. Item ("Del All Line",         Keys([c-Y]))
  89. Item ()
  90. )
  91. ;
  92. File: Menu
  93. (
  94. Title("FILE")
  95. Item ("(To Edit Menu)",       Menu(Edit),Button(MBE))
  96. Item ()
  97. Item ("Save",                 Keys([F1] [F3]))
  98. Item ("Save&Exit ",           Keys([F1] [F2]))
  99. Item ("Save&Shell",           Keys([F1] [F4]))
  100. Item ()
  101. Item ("Cancel&Exit ",         Keys([F1] [F9] [F2]))
  102. Item ("Cancel&Shell",         Keys([F1] [F4]))
  103. Item ()
  104. Item ("Rename File ",         Keys([F1] [F5]))
  105. Item ("Switch Files",         Keys([F1] [F6]))
  106. Item ("Insert File ",         Keys([c-F3]))
  107. Item ()
  108. )
  109. ;
  110. Jump: Menu
  111. (
  112. Title("JUMP")               
  113. Item ("(To Search Menu)",     Menu(Search), Button(RBS))
  114. Item ()
  115. Item ("Beginning",            Keys([a-=]))
  116. Item ("End of Text",          Keys([a--]))
  117. Item ()
  118. Item ("Screen Back ",         Keys([c-C]))
  119. Item ("Screen Ahead",         Keys([c-R]))
  120. Item ()
  121. Item ("Paragr Back ",         Keys([c-PgUp]))
  122. Item ("Paragr Ahead",         Keys([c-PgDn]))
  123. Item ("Page Back ",           Keys([F9] [a-T] [Enter] [Minus]))
  124. Item ("Page Ahead",           Keys([F9] [a-T] [Enter] [Plus]))
  125. Item ()
  126. Item ("Set  Marker",          Keys([c-home]))
  127. Item ("GoTo Marker",          Keys([c-end]))
  128. Item ()
  129. )
  130. ;
  131. Search: Menu
  132. (
  133. Title("SEARCH")
  134. Item ("(To Jump Menu)",       Menu(Jump), Button(RBJ))
  135. Item ()
  136. Item ("Set Find   ",          Keys([F9]))
  137. Item ("Set Replace",          Keys([F9][F10]))
  138. Item ()
  139. Item ("From Start",           Keys([a-=]))
  140. Item ("From End  ",           Keys([a--]))
  141. Item ()
  142. Item ("Search Back ",         Keys([Minus]))
  143. Item ("Search Ahead",         Keys([Plus]))
  144. Item ()
  145. Item ("Replace Once",         Keys([F10]))
  146. Item ("Replace All ",         Keys([a-F10] [F9]))
  147. Item ()
  148. )
  149. ;
  150. ;    Mouse Definition        
  151. ;
  152. Mouse
  153. (
  154.      Left      (LBM) 
  155.      Middle    (MBF) 
  156.      Right     (RBJ) 
  157.      Cursor    (ArrowKeys) 
  158. )
  159.  
  160.